home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Updaters / symantec-c-cpp-702-updt / READ ME < prev   
Encoding:
Text File  |  1994-05-19  |  2.5 KB  |  84 lines  |  [TEXT/ttxt]

  1. ABOUT SYMANTEC C/C++ for MPW 7.0.2
  2. ==================================
  3. Copyright © 1994 Symantec Corporation. All Rights Reserved.
  4. May 19, 1994
  5. Font: Geneva 12
  6.  
  7. INTRODUCTION
  8. =============
  9. The Symantec C/C++ for MPW 7.0.2 Update corrects problems with the 7.0 version of the
  10. following parts of the Symantec C/C++ for MPW system: SCpp, and SC.
  11.  
  12. UPDATING YOUR SYSTEM
  13. =====================
  14. Updating your Symantec C++ for MPW 7.0.2 installation is a two step process: you need to patch the tools, and you need to rebuild the libraries.
  15.  
  16. Patching Things Up
  17. -----------------
  18. This update contains two small applications in the ‘Patches’ folder that
  19. will transform your tools into the new versions. Updating is easy:
  20.  
  21. • Double-click on the patch application (i.e. “SCpp 7.0.2 Patch”).
  22. • Read the messages in the dialog that comes up; they may contain
  23.   important information. Click the ‘Patch’ button.
  24. • Select the tool asked for using the standard file dialog box.
  25.  
  26.     •••••••••
  27.  IMPORTANT
  28.     •••••••••
  29.     
  30.     The patch is done in place! This means that the patcher will overwrite
  31.     the file you’re updating. When it is done, you will get a confirmation that
  32.  the patch was successful.
  33.     
  34. • Repeat these steps for the other patches in the ‘Patches’ folder:
  35.  
  36.     SC 7.0.2 Patch
  37.  
  38. Updating the Headers and Libraries
  39. -------------------------------
  40. There is a new version of Lists.h that removes an extraneous declaration from
  41. the beginning of the file. Install this by either dragging the file to the SCIncludes
  42. folder, or by changing to the directory containing the new file in MPW and executing
  43. the following line:
  44.  
  45.     Duplicate -y Lists.h "{SCIncludes}"
  46.  
  47. We recommend that you rebuild the standard libraries with the latest compilers. To
  48. do this, do the following:
  49.  
  50. • Move to the folder containing the source for the C library:
  51.  
  52.     Directory "{SCLibraries}"SCSrcLibC
  53.  
  54. • If the folder "SCObj" doesn't exist, create it with
  55.  
  56.     NewFolder SCObj
  57.                 NewFolder SCObj881
  58.  
  59. • Rebuild the libraries. When asked if you want to replace the older libs, click Yes:
  60.  
  61.     BuildProgram SCLibC
  62.     BuildProgram SCLibC881
  63.  
  64. • Move to the folder containing the source for the C++ libraries:
  65.  
  66.     Directory "{SCLibraries}"SCSrcLibCpp
  67.  
  68. • If the folder "SCObj" doesn't exist, create it with
  69.  
  70.     NewFolder SCObj
  71.                 NewFolder SCObj881
  72.  
  73. • Rebuild the libraries. When asked if you want to replace the older libs, click Yes:
  74.  
  75.     BuildProgram SCLibCpp
  76.     BuildProgram SCLibCpp881
  77.  
  78.     •••••••••
  79.  IMPORTANT
  80.     •••••••••
  81.     
  82. All precompiled headers must be re-precompiled to use the new compiler.
  83.  
  84.